home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- CM Constants.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for shared constants.
-
- ___________________________________________________________________________
- */
- #ifndef __CM_CONSTANTS__
- #define __CM_CONSTANTS__
- //=============================================================================
- // Defines
- //-----------------------------------------------------------------------------
- #define kCircleVBL 1 // Index into theCodeResources
-
- #define kCircleVBLResType 'Code' // Resource type of VBL code
- #define kCircleVBLResID 128 // Resource id of VBL code
-
-
- #endif
-